.product-quantity {
    display: flex;
    width: fit-content;
    height: 40px;
    border: 2px solid var(--primary);
    border-radius: 20px;
}

.btn-quantity {
    color: var(--primary);
}

.product-quantity .form-control {
    min-width: 40px;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.product-form input[type="number"] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    .product-quantity {
        width: 25%;
    }
}

.cart-image {
    height: 80px;
    width: 80px;
    object-fit: cover;
    border-radius: 17px;
}

.subtotal-container {
    border-top: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
}

.delivery-link {
    color: var(--primary);
    text-decoration: underline !important;
}

.delivery-method {
    width: 100%;
    border: 1px solid #dee2e6 !important;
    border-radius: 10px !important;
    background-color: transparent;
}

.select2-container--bootstrap .select2-selection {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select + .select2-container {
    width: 100% !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: black;
    font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
    outline: 0;
}

.select2-selection__placeholder {
    color: #6c757d;
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder,
.select2-container--bootstrap .select2-search__field:-moz-placeholder,
.select2-container--bootstrap .select2-search__field::-moz-placeholder,
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.select2-container--bootstrap .select2-results__option {
    padding: 5px;
}

.select2-container--bootstrap .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled="true"] {
    color: #777777;
    cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: #f5f5f5;
    color: black;
}

.select2-results__options {
    max-height: 330px;
    overflow-y: auto;
}

.select2-container--bootstrap .select2-results__group {
    color: black;
    display: block;
    padding: 5px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
}

.select2-selection__rendered {
    padding: 0.375rem 0;
}

.select2-container--bootstrap .select2-selection--single {
    height: 38px;
    line-height: 1.42857143;
    padding: 0;
    line-height: 1.5;
}
